public class Driver { public static void main(String[] args) { CoinGame game = new CoinGame(); game.play(10); } }